home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Systemmonitors / Snoopy / Scripts / virus.script < prev    next >
Text File  |  1996-09-26  |  587b  |  15 lines

  1. ; this is a very stupid viruschecker. It only tests if somebody
  2. ; changes library/device vectors or adds tasks/servers
  3.  
  4. pri=3
  5. base=exec,exec.library
  6. base=dos,dos.library
  7. include=offsets/exec
  8. include=offsets/dos
  9. watch=exec,SetFunction,RD0L/A1L/A0L/D0L,$%lx = SetFunction( $%lx, %ld, $%lx )
  10. watch=exec,SumLibrary,A1L,SumLibrary( $%lx )
  11. watch=exec,AddIntServer,D0L/A1L,AddIntServer( $%lx, $%lx )
  12. watch=exec,AddTask,RD0L/A1L/A2L/A3L,$%lx = AddTask( $%lx, $%lx, $%lx )
  13. watch=dos,DeleteFile,RBD0L/D1L,%s = DeleteFile( "%s" )
  14. watch=dos,Format,RD0L/D1L/D2L/D3L,$%lx = Format( "%s", "%s", $%lx )
  15.